home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-458.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  96 lines

  1. # This script was automatically generated from the dsa-458
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. This security advisory corrects DSA 458-2 which caused a problem in
  12. the gethostbyaddr routine.
  13. The original advisory said:
  14. Sebastian Schmidt discovered a buffer overflow bug in Python\'s
  15. getaddrinfo function, which could allow an IPv6 address, supplied by a
  16. remote attacker via DNS, to overwrite memory on the stack.
  17. This bug only exists in python 2.2 and 2.2.1, and only when IPv6
  18. support is disabled.  The python2.2 package in Debian woody meets
  19. these conditions (the \'python\' package does not).
  20. For the stable distribution (woody), this bug has been fixed in
  21. version 2.2.1-4.6.
  22. The testing and unstable distribution (sarge and sid) are not
  23. affected by this problem.
  24. We recommend that you update your python2.2 packages.
  25.  
  26.  
  27. Solution : http://www.debian.org/security/2004/dsa-458
  28. Risk factor : High';
  29.  
  30. if (description) {
  31.  script_id(15295);
  32.  script_version("$Revision: 1.4 $");
  33.  script_xref(name: "DSA", value: "458");
  34.  script_cve_id("CVE-2004-0150");
  35.  script_bugtraq_id(9836);
  36.  
  37.  script_description(english: desc);
  38.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  39.  script_name(english: "[DSA458] DSA-458-3 python2.2");
  40.  script_category(ACT_GATHER_INFO);
  41.  script_family(english: "Debian Local Security Checks");
  42.  script_dependencies("ssh_get_info.nasl");
  43.  script_require_keys("Host/Debian/dpkg-l");
  44.  script_summary(english: "DSA-458-3 python2.2");
  45.  exit(0);
  46. }
  47.  
  48. include("debian_package.inc");
  49.  
  50. w = 0;
  51. if (deb_check(prefix: 'idle-python2.2', release: '3.0', reference: '2.2.1-4.6')) {
  52.  w ++;
  53.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package idle-python2.2 is vulnerable in Debian 3.0.\nUpgrade to idle-python2.2_2.2.1-4.6\n');
  54. }
  55. if (deb_check(prefix: 'python2.2', release: '3.0', reference: '2.2.1-4.6')) {
  56.  w ++;
  57.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2 is vulnerable in Debian 3.0.\nUpgrade to python2.2_2.2.1-4.6\n');
  58. }
  59. if (deb_check(prefix: 'python2.2-dev', release: '3.0', reference: '2.2.1-4.6')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-dev is vulnerable in Debian 3.0.\nUpgrade to python2.2-dev_2.2.1-4.6\n');
  62. }
  63. if (deb_check(prefix: 'python2.2-doc', release: '3.0', reference: '2.2.1-4.6')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-doc is vulnerable in Debian 3.0.\nUpgrade to python2.2-doc_2.2.1-4.6\n');
  66. }
  67. if (deb_check(prefix: 'python2.2-elisp', release: '3.0', reference: '2.2.1-4.6')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-elisp is vulnerable in Debian 3.0.\nUpgrade to python2.2-elisp_2.2.1-4.6\n');
  70. }
  71. if (deb_check(prefix: 'python2.2-examples', release: '3.0', reference: '2.2.1-4.6')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-examples is vulnerable in Debian 3.0.\nUpgrade to python2.2-examples_2.2.1-4.6\n');
  74. }
  75. if (deb_check(prefix: 'python2.2-gdbm', release: '3.0', reference: '2.2.1-4.6')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-gdbm is vulnerable in Debian 3.0.\nUpgrade to python2.2-gdbm_2.2.1-4.6\n');
  78. }
  79. if (deb_check(prefix: 'python2.2-mpz', release: '3.0', reference: '2.2.1-4.6')) {
  80.  w ++;
  81.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-mpz is vulnerable in Debian 3.0.\nUpgrade to python2.2-mpz_2.2.1-4.6\n');
  82. }
  83. if (deb_check(prefix: 'python2.2-tk', release: '3.0', reference: '2.2.1-4.6')) {
  84.  w ++;
  85.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-tk is vulnerable in Debian 3.0.\nUpgrade to python2.2-tk_2.2.1-4.6\n');
  86. }
  87. if (deb_check(prefix: 'python2.2-xmlbase', release: '3.0', reference: '2.2.1-4.6')) {
  88.  w ++;
  89.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2-xmlbase is vulnerable in Debian 3.0.\nUpgrade to python2.2-xmlbase_2.2.1-4.6\n');
  90. }
  91. if (deb_check(prefix: 'python2.2', release: '3.0', reference: '2.2.1-4.6')) {
  92.  w ++;
  93.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package python2.2 is vulnerable in Debian woody.\nUpgrade to python2.2_2.2.1-4.6\n');
  94. }
  95. if (w) { security_hole(port: 0, data: desc); }
  96.